home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / business / cal9609.zip / INSTALL.TXT < prev    next >
Text File  |  1996-09-02  |  2KB  |  59 lines

  1. To install CAL(TM):
  2.  
  3. If you have INSTALL.BAT, it will copy CAL.EXE into C:\CAL. If TODAY.PIF is
  4. also present, INSTALL.BAT can do a complete installation for WINDOWS 95.
  5.  
  6. If CAL.PIF is present, INSTALL.BAT will do most of the installation for
  7. earlier Windows versions. See below for additional steps needed by DOS and
  8. Windows 3.x installations.
  9.  
  10.  
  11. Manual installation:
  12.  
  13. Create a subdirectory (or folder) called C:\CAL and copy CAL.EXE there.
  14. Then follow the steps given below for your operating system.
  15.  
  16.  
  17. Additional Steps:
  18.  
  19. WINDOWS 3.* users can click FILE-NEW-GROUP-[CAL]-OK, then FILE-NEW-ITEM-[CAL]-
  20. [C:\CAL\CAL.EXE]-OK. Then click MAIN - PIF Editor - FILE - OPEN and see if
  21. CAL.PIF is listed. If so, you're done. Otherwise, click CANCEL - FILE - NEW;
  22. then enter the following:
  23.  
  24. Program Filename - C:\CAL\CAL.EXE
  25. Window Title - CAL
  26. Optional Parameters - (none)
  27. Start-up Directory - C:\CAL
  28. Video Memory - HIGH GRAPHICS
  29. Memory Requirements
  30.      Required - 128
  31.      Desired - 640
  32. EMS Memory Required - 0
  33. XMS Memory Required - 0
  34. Display Usage - FULL SCREEN
  35. Execution - EXCLUSIVE
  36. Close Window on Exit - (CHECKED)
  37.  
  38. Then click FILE - SAVE AS - [CAL.PIF] - OK.
  39.  
  40.  
  41. For WINDOWS 95, click the right mouse button on the desktop and select NEW-
  42. SHORTCUT-[C:\CAL\CAL.EXE]-[CAL]-[select icon]-FINISH; then right-click on the
  43. new icon and click PROPERTIES-PROGRAM-[CLOSE ON EXIT]-OK.
  44.  
  45.  
  46. For convenience in starting CAL, DOS users may employ a batch file or menu
  47. program. In DOS, you can make a batch file like this:
  48.  
  49. EDIT CAL.BAT
  50.  
  51. @ECHO OFF
  52. C:
  53. CD \CAL
  54. CAL 
  55.  
  56. [ALT]-[ENTER]-[X]-[ENTER]
  57.  
  58. As long as this batch file is on your path, it will correctly start CAL.
  59.